home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / seven101.zip / SEVEN.BAT < prev    next >
DOS Batch File  |  1996-06-14  |  2KB  |  67 lines

  1. @ECHO OFF 
  2. REM 
  3. REM
  4. REM     This is a sample of the batch file recommended, you will need
  5. REM          to update it to fit your specific directory tree.
  6. REM
  7. REM
  8. REM
  9. REM  DROP FILES SUPPORTED
  10. REM
  11. REM  YOU MAY USE:    CHAIN.TXT
  12. REM                  DORINFOx.DEF     where x=node 
  13. REM                  DOOR.SYS
  14. REM                  SFDOORS.DAT
  15. REM                  CALLINFO.BBS
  16. REM  
  17. REM  YOU MAY NOT USE:  CHAIN.002, CHAIN.003 ect, etc.
  18. REM
  19. REM  One of the things to look for, is if the players handle, or name is
  20. REM  being picked up in games created.  Try the main dropfile for your 
  21. REM  BBS system.  
  22. REM
  23. CD\BBS\GAMES\SEVEN
  24. SEVEN.EXE  \BBS\CHAIN.TXT
  25. CD\BBS
  26. EXIT
  27. REM
  28. REM
  29. REM -------------------- TO USE A FOSSIL DRIVER ------------------------
  30. REM   (over 50% of BBS's tested required a FOSSIL to run this game)
  31. REM 
  32. REM to load bnu and then unload it after the game the batch file would read...
  33. REM (you may need to change directorys to the dir with BNU)
  34. REM -----------
  35. REM  REMOVE THE 'REM !' FROM ANY LINE WITH 'REM !' and edit to your 
  36. REM  directory tree structure.
  37. REM -----------
  38. REM ! @echo off
  39. REM ! BNU /L0:57600
  40. REM *** that is for comport 1 and a locked baud rate of 57600 ***
  41. REM *** BNU /Lx:yyyyy where x is one less than your com port number
  42. REM *** and yyyyy is the speed you want to lock the com port at.
  43. REM ! CD\BBS\GAMES\SEVEN  
  44. REM ! SEVEN.EXE \BBS\CHAIN.TXT
  45. REM ! [PAUSE][PAUSE][PAUSE][PAUSE][PAUSE][PAUSE][PAUSE]       BNU /U
  46. REM ! exit
  47. REM -----------
  48. REM
  49. REM
  50. REM  ----------------------  MULTI NODE SETUP ----------------------------
  51. REM  and for a multi-node setup.. make _sure_ that in //CE you have 
  52. REM  'multiple users' set to NO. (for WWIV systems)
  53. REM
  54. REM
  55. REM  ------------
  56. REM  REMOVE THE 'REM !' FROM ANY LINE WITH 'REM !' and edit to your 
  57. REM  directory tree structure.
  58. REM  -------------
  59. REM ! @ECHO OFF
  60. REM ! CD\BBS\GAMES\SEVEN
  61. REM ! if %wwiv_instance%==1  SEVEN \BBS\DORINFO1.DEF
  62. REM ! if %wwiv_instance%==2  SEVEN \BBS\DORINFO2.DEF
  63. REM ! if %wwiv_instance%==3  SEVEN \BBS\DORINFO3.DEF
  64. REM ! EXIT
  65.  
  66.  
  67.